From: Kevin Ryde Date: Sun, 6 Dec 2009 00:22:51 +0000 (+0000) Subject: * ffap.el (ffap-rfc-path): Make this a defcustom since X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~9052 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=3764deaf31d933571032c1cca792fa57baf1ff86;p=emacs.git * ffap.el (ffap-rfc-path): Make this a defcustom since `ffap-rfc-directories' is also a defcustom. (My Bug#4514.) --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index f14497c1f78..cdba8b065ea 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2009-12-06 Kevin Ryde + + * ffap.el (ffap-rfc-path): Make this a defcustom since + `ffap-rfc-directories' is also a defcustom. (My Bug#4514.) + 2009-12-05 Juri Linkov Save and restore dired buffer's point positions too. (Bug#4880)